home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / GRAHAM / XA_6S.ZIP / SOURCE / MESSAGES.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-27  |  167 b   |  6 lines

  1. #ifndef _MESSAGES_H_
  2. #define _MESSAGES_H_
  3.  
  4. void send_app_message(short dest_id, short mesg, short source_id, short a, short b, short c, short d, short e);
  5.  
  6. #endif